home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 18 / Oxygen Multimedia Graphics 18.iso / pc / System / OX18.dxr / Internal_1_Movie INI.ls < prev    next >
Encoding:
Text File  |  2007-03-12  |  2.3 KB  |  28 lines

  1. global ds, goUp, gList, giNum, gtNum, gtColor, pickTemplate
  2.  
  3. on prepareMovie
  4.   (the stage).title = "Welcome to OXYGEN Volume 18"
  5.   the searchPaths = [the moviePath, the moviePath & "INIT"]
  6.   SC = "Steve Creitz"
  7.   MB = "Mark Bailey"
  8.   AW = "April Williams"
  9.   IP = "Ioa Petra'ka"
  10.   JM = "John Manual"
  11.   gList = ["t1": "Campestre", "t1c1": "-Aqua", "t1c2": "-Gold", "t1c3": "-Purple", "t2": "Master", "t2c1": "-Blue", "t2c2": "-Green", "t2c3": "-Orange", "t3": "Panera", "t3c1": "-Blue", "t3c2": "-Copper", "t3c3": "-Purple", "i1": "4Horsemen", "i2": "AFinalPlea", "i3": "Connect", "i4": "CrossCrown2", "i5": "CrownTomb", "i6": "DaddyPlaying", "i7": "DanielPrayer", "i8": "Debtor1", "i9": "Debtor2", "i10": "Debtor3", "i11": "Deluge", "i12": "GodTags", "i13": "GoldenCalf", "i14": "Jonah2", "i15": "Lantern", "i16": "MarthaToday", "i17": "MeneTekel", "i18": "MommyHug", "i19": "Nebuchadnezzar", "i20": "Prayer", "i21": "NoahsHope", "i22": "ReadMe", "i23": "Rejoice", "i24": "ThePromise", "i25": "Vineyard", "ic1": "Illustration: " & MB, "ic2": "Illustration: " & SC, "ic3": "Illustration: " & MB & numToChar(13) & "Photography: " & JM, "ic4": "Illustration: " & SC, "ic5": "Illustration: " & SC, "ic6": "Illustration: " & MB & numToChar(13) & "Photography: " & JM, "ic7": "Illustration: " & MB, "ic8": "Illustration: " & MB, "ic9": "Illustration: " & MB, "ic10": "Illustration: " & MB, "ic11": "Illustration: " & SC, "ic12": "Illustration: " & SC, "ic13": "Illustration: " & SC, "ic14": "Illustration: " & MB, "ic15": "Illustration: " & SC, "ic16": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic17": "Illustration: " & SC, "ic18": "Photography: " & MB & numToChar(13) & "Photography: " & JM, "ic19": "Illustration: " & MB, "ic20": "Illustration: " & SC, "ic21": "Illustration: " & MB, "ic22": "Illustration: " & MB, "ic23": "Illustration: " & SC, "ic24": "Illustration: " & SC, "ic25": "Illustration: " & SC & numToChar(13) & "Photography: " & AW, "tc1": "Template Design: " & MB, "tc2": "Template Design: Oxygen Team", "tc3": "Template Design: " & SC]
  12.   if the platform contains "Mac" then
  13.     ds = ":"
  14.     goUp = ":"
  15.   else
  16.     ds = "\"
  17.     goUp = "..\"
  18.   end if
  19. end
  20.  
  21. on startMovie
  22.   if QuickTimeVersion() < 4 then
  23.     sprite(2).visible = 0
  24.   else
  25.     sprite(2).visible = 1
  26.   end if
  27. end
  28.